home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Graphics / MysticView / goodies / MystiCube / MystiCube.doc < prev    next >
Text File  |  1999-06-11  |  2KB  |  67 lines

  1.  
  2. MysticCube
  3. --------------------------------------
  4.  
  5.   drag'n'drop picture viewer on a cube
  6.   
  7.   written by bifat
  8.   © 1997-99 TEK neoscientists
  9.  
  10.  
  11. introduction
  12. --------------------------------------
  13.  
  14.   MystiCube opens a scalable window on the default pubscreen
  15.   with a rotating, texture-mapped cube. you can drag'n'drop
  16.   pictures on the cube's faces in order to display them.
  17.  
  18.   MystiCube works on all kinds of screen modes (including hi- and
  19.   truecolor).
  20.  
  21.   press the 't' key for a frames-per-second counter.
  22.   press 'r' for an RGB cube.
  23.   press 'i' to invert the visible faces.
  24.   press '+'/'-' to zoom in/out.
  25.   press '*' to reset zoom
  26.  
  27.  
  28. requirements
  29. --------------------------------------
  30.  
  31.   - OS3.0 (v39)
  32.   - 68020
  33.   - datatypes.library v39
  34.   - guigfx.library v4
  35.   - render.library v27
  36.  
  37.   supports
  38.   
  39.   - higher CPUs, FPU
  40.   - OS3.1
  41.   - CybergraphX, Picasso96
  42.  
  43.  
  44.  
  45. history
  46. --------------------------------------
  47.  
  48. v1.4
  49.   - mysticube no longer modifies the task priority.
  50.   - a Delay(1) has been added for nicer multitasking.
  51.     this makes mysticube to appear slower. note that
  52.     if you're using it as a benchmark, the FPS rates
  53.     cannot be compared with those of elder versions.
  54.   - added '*' key for resetting the zoom.
  55.   - background is now set to my new favourite color ($103020)
  56.   - recompiled with better optimization settings
  57.  
  58. v1.3
  59.   the cube rotation can be 'triggered' with the mouse.
  60.  
  61. v1.1
  62.   added key commands 'i' for inside-out, 'r' for an RGB cube,
  63.   and '+'/'-' for zoom.
  64.  
  65. v1.0
  66.   initial version
  67.